home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / COPY.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.4 KB  |  25 lines

  1. <<<<<<<<<<<<<<<<<<<<<           COPY              >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Copies one or more files.  You have the option of giving the
  4. copy a different name.  Additionally you may use COPY to transfer data
  5. between any of the system devices:  COPY AUTOEXEC.BAT PRN copies a disk
  6. file to the printer.
  7.  
  8. ;    COPY AIRROUTE.DAT B:     ..   Copies the file AIRROUTE.DAT from
  9. ;                                  the default drive and directory to
  10. ;                                  the default directory on Drive B.
  11.  
  12. ;    COPY C:\*.COM A: /V      ..   Copies all files with the extension
  13. ;                                  .COM that are in the ROOT directory
  14. ;                                  of Drive C.  The copy of the file
  15. ;                                  is on Drive A.  The /V causes DOS
  16. ;                                  to verify that the data has been
  17. ;                                  copied properly.
  18.  
  19. ;    COPY MEMO.DOC MEMO.BAK   ..   Makes a copy of MEMO.DOC in the
  20. ;                                  same default directory as the 
  21. ;                                  original.  When in the same directory
  22. ;                                  as the original ... the copy must 
  23. ;                                  have a different file name.
  24. ###
  25.